home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / misc / ztriangles1.lha / ztriangles.readme < prev   
Text File  |  1993-11-19  |  2KB  |  35 lines

  1. Hi.
  2.  
  3. This is the third in a series of Stupid Picasso Tricks. ztriangles displays
  4. random Gouraud-shaded triangles on a 24-bit 640x480 Picasso II screen.  The
  5. difference between ztriangles and SPT #2, ftriangles, is that these triangles
  6. are z-buffered.  For the graphics-impaired:  Cool, they look 3D!
  7.  
  8. ztriangles takes one parameter, the number of triangles to display.  The
  9. default if no parameter is given is 10.  You can safely run it with a very
  10. large number, as in 'ztriangles 1000000', and abort it when bored.  Any mouse
  11. click or key should cause it to exit after the current triangle completes.
  12.  
  13. If you feed it a negative number, such as -100, it will run in performance test
  14. mode.  In this mode, it may not be aborted.  To get results which may be fairly
  15. compared, you should leave the Picasso screen in front until it's done.  With
  16. a negative parameter, the random number generator with a constant, so as to get
  17. reproducible results.  Note that with z-buffering and random depths, not all
  18. triangles are drawn.  The more triangles you specify, the fewer that are drawn,
  19. and the faster the performance looks.  With ztriangles, you're really measuring
  20. triangle processing speed, not triangle drawing speed.
  21.  
  22. v1.0:
  23. ztriangles -100
  24. drew 100 triangles in 8.94 seconds, performance of 11.19 triangles/second
  25. ztriangles -500
  26. drew 500 triangles in 31.66 seconds, performance of 15.79 triangles/second
  27.  
  28. Many thanks to Steve Worley for pushing me out of my comfort zone.
  29.  
  30. Have fun!
  31. _john
  32.  
  33. grieggs@netcom.com
  34. johng@shell.portal.com
  35.